home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.2
- date 91.12.17.22.14.24; author jhh; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.05.26.15.58.37; author mendel; state Exp;
- branches ;
- next ;
-
-
- desc
- @Personalize compile to use -Wall flags on all machines except decStations.
- @
-
-
- 1.2
- log
- @sets partition and domainUID fields in the superblock. Also allows the user to set the domainPrefix field.
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provdied by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff. Mklfs uses
- # this file to invoke the C compiler gcc with the -Wall option. The -Wall
- # option tells gcc to do lint-like checking while compiling.
- #
-
- LIBS += -ldisk
- #include <$(SYSMAKEFILE)>
-
- #if empty(TM:Mds3100)
- CFLAGS += -Wall
- #endif
-
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d10 1
- @
-